0.0
NA
CVE-2026-43035
net: sched: cls_api: fix tc_chain_fill_node to initialize tcm_info to zero to prevent an info-leak
Description

In the Linux kernel, the following vulnerability has been resolved: net: sched: cls_api: fix tc_chain_fill_node to initialize tcm_info to zero to prevent an info-leak When building netlink messages, tc_chain_fill_node() never initializes the tcm_info field of struct tcmsg. Since the allocation is not zeroed, kernel heap memory is leaked to userspace through this 4-byte field. The fix simply zeroes tcm_info alongside the other fields that are already initialized.

INFO

Published Date :

May 1, 2026, 3:16 p.m.

Last Modified :

May 1, 2026, 3:24 p.m.

Remotely Exploit :

No

Source :

416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Products

The following products are affected by CVE-2026-43035 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

No affected product recoded yet

Solution
Initialize tcm_info to zero to prevent kernel memory leakage.
  • Apply kernel patches that initialize tcm_info.
  • Ensure kernel heap memory is zeroed.
  • Verify tc_chain_fill_node initializes tcm_info.
CWE - Common Weakness Enumeration

While CVE identifies specific instances of vulnerabilities, CWE categorizes the common flaws or weaknesses that can lead to vulnerabilities. CVE-2026-43035 is associated with the following CWEs:

Common Attack Pattern Enumeration and Classification (CAPEC)

Common Attack Pattern Enumeration and Classification (CAPEC) stores attack patterns, which are descriptions of the common attributes and approaches employed by adversaries to exploit the CVE-2026-43035 weaknesses.

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2026-43035 vulnerability anywhere in the article.

The following table lists the changes that have been made to the CVE-2026-43035 vulnerability over time.

Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.

  • New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    May. 01, 2026

    Action Type Old Value New Value
    Added Description In the Linux kernel, the following vulnerability has been resolved: net: sched: cls_api: fix tc_chain_fill_node to initialize tcm_info to zero to prevent an info-leak When building netlink messages, tc_chain_fill_node() never initializes the tcm_info field of struct tcmsg. Since the allocation is not zeroed, kernel heap memory is leaked to userspace through this 4-byte field. The fix simply zeroes tcm_info alongside the other fields that are already initialized.
    Added Reference https://git.kernel.org/stable/c/1091b3c174441a52fdbb92e2fe00338f9371a91c
    Added Reference https://git.kernel.org/stable/c/4ae5d23f51fb91d7d1140c6f1ba77ab0756054c3
    Added Reference https://git.kernel.org/stable/c/71a3eda7e850ae844cb8993065f4e410c11a46ce
    Added Reference https://git.kernel.org/stable/c/903c3405cfcc7700260e456ab66a5867586c9e69
    Added Reference https://git.kernel.org/stable/c/906997ea3766c24fbbf9cc4bf17c047315bbd138
    Added Reference https://git.kernel.org/stable/c/d6db08484c6cb3d4ad696246f9d288eceba2a078
    Added Reference https://git.kernel.org/stable/c/e35f5195cd44ff4053fbc5d71ea97681728a0099
    Added Reference https://git.kernel.org/stable/c/e6e3eb5ee89ac4c163d46429391c889a1bb5e404
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.